home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 6 / Windows 6-Pak (InfoMagic) (Disc 6) (1999).ISO / Text-Editors / CTextE3.EXE / Textedit.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-07-25  |  2KB  |  105 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 230
  7.   ClientWidth = 298
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 182
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 20
  27.       Top = 18
  28.       Width = 34
  29.       Height = 32
  30.       Picture.Data = {<image000.ico>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 88
  36.       Top = 16
  37.       Width = 140
  38.       Height = 19
  39.       Caption = 'Castillo TextEditor'
  40.       Font.Charset = DEFAULT_CHARSET
  41.       Font.Color = clBlack
  42.       Font.Height = -16
  43.       Font.Name = 'Arial'
  44.       Font.Style = [fsBold]
  45.       ParentFont = False
  46.       IsControl = True
  47.     end
  48.     object Version: TLabel
  49.       Left = 88
  50.       Top = 40
  51.       Width = 44
  52.       Height = 13
  53.       Caption = 'Version 2'
  54.       IsControl = True
  55.     end
  56.     object Copyright: TLabel
  57.       Left = 8
  58.       Top = 62
  59.       Width = 133
  60.       Height = 13
  61.       Caption = '(C) Carlos Castillo 1997'
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clBlack
  64.       Font.Height = -11
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = [fsBold]
  67.       ParentFont = False
  68.       IsControl = True
  69.     end
  70.     object Comments: TLabel
  71.       Left = 11
  72.       Top = 81
  73.       Width = 262
  74.       Height = 52
  75.       AutoSize = False
  76.       Caption = 
  77.         'This is an unlicensed copy for evaluation use only. If you decid' +
  78.         'e not to register you must delete this program from you hard dri' +
  79.         've.  For more information see Register.TXT.'
  80.       WordWrap = True
  81.       IsControl = True
  82.     end
  83.     object Label1: TLabel
  84.       Left = 11
  85.       Top = 141
  86.       Width = 257
  87.       Height = 29
  88.       AutoSize = False
  89.       Caption = 
  90.         'Please send comments and sugestions to Carlos Castillo at 73050.' +
  91.         '2762@compuserve.com'
  92.       WordWrap = True
  93.     end
  94.   end
  95.   object BitBtn1: TBitBtn
  96.     Left = 111
  97.     Top = 197
  98.     Width = 75
  99.     Height = 25
  100.     TabOrder = 1
  101.     OnClick = OKButtonClick
  102.     Kind = bkOK
  103.   end
  104. end
  105.